home *** CD-ROM | disk | FTP | other *** search
- echo " The first ever AmigaDOS Adventure:"
- echo " The Valley of Mystery "
- echo "------------------------------------"
- echo "Written by JIPsoft in March 1995"
- echo " © JIPsoft productions 1995"
- echo
- echo "You are in a great valley. Your task is to free a princess imprisoned"
- echo "near the valley. You need cunning and skill and lots of other things too."
- echo "Just type in the commands (lower case) as if this were a normal adventure."
- echo ""
- setenv pistol 0
- setenv bookshelf 1
- setenv boulder 2
- setenv moonroot 3
- setenv powerplant 3
- setenv dreamberry 3
- setenv door 4
- setenv lock 7
- setenv princess 7
- setenv tourist 8
- setenv guard 10
- setenv key 0
- setenv rock 11
- setenv tree 14
- setenv water 15
- setenv cr 5
- setenv do closed
- setenv lo closed
- setenv sharp blunt
- prompt "Do something> "
- where_am_i
-